Html Css Color HEX #E189D4 Orchid

📋 copy color: '#E189D4'

red 225 ◦ green 137 ◦ blue 212

#E189D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E189D4

Tints of Orchid #E189D4

RGB

 RED value IS 225 (88.28% from 255) = 39.2%

 GREEN value IS 137 (53.91% from 255) = 23.87%

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 39.2%
G = 23.87%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E189D4 (or 0xE189D4) is known color: Orchid. HEX triplet: E1, 89 and D4. RGB value is (225,137,212). Sum of RGB (Red+Green+Blue) = 225+137+212=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D4 is #1E762B. Grayscale: #ABABAB. Windows color (decimal): -1996332 or 13928929. OLE color: 13928929.

HSL color Cylindrical-coordinate representation of color #E189D4: hue angle of 308.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E189D4 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 137 212 -
CMYK 0 0.39 0.06 0.12
HSL 308.86º 0.59% 0.71% -
HSV(B) 308.86º 0.39% 0.88% -
XYZ 51.88 38.65 67.01 -
YUV 171.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 225 137 212 0 0.39 0.06 0.12 308.86 0.59 0.71
Hex E1 89 D4 0 27 6 C 135 3B 47
Octal 341 211 324 0 47 6 14 465 73 107
Binary 11100001 10001001 11010100 0 100111 110 1100 100110101 111011 1000111

Color Harmonies of #E189D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E189D4

Black with #E189D4

Text Example


Text Example

White with #E189D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E189D4; }

 p { color: rgb(225,137,212); }

 H1.HeaderClassName
 {
   color: #E189D4;
 }
 .AnyTagClassName
 {
   color: #E189D4;
 }
</style>

background-color css

<style>
 a { background-color: #E189D4; }

 a { background-color: rgb(225,137,212); }

 div.DivClassName
 {
   background-color: #E189D4;
 }
 .BgClassName
 {
   background-color: #E189D4;
 }
</style>

border-color css

<style>
 span { border-color: #E189D4; }

 span { border-color: rgb(225,137,212); }

 td.TdClassName
 {
   border-color: #E189D4;
 }
 .TagClassName
 {
   border-color: #E189D4;
 }
</style>