Html Css Color HEX #E089CD Orchid

📋 copy color: '#E089CD'

red 224 ◦ green 137 ◦ blue 205

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

Shades of Orchid #E089CD

Tints of Orchid #E089CD

RGB

 RED value IS 224 (87.89% from 255) = 39.58%

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 39.58%
G = 24.2%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E089CD (or 0xE089CD) is known color: Orchid. HEX triplet: E0, 89 and CD. RGB value is (224,137,205). Sum of RGB (Red+Green+Blue) = 224+137+205=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E089CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089CD is #1F7632. Grayscale: #AAAAAA. Windows color (decimal): -2061875 or 13470176. OLE color: 13470176.

HSL color Cylindrical-coordinate representation of color #E089CD: hue angle of 313.1º degrees, saturation: 0.58, 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 #E089CD is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 205 -
CMYK 0 0.39 0.08 0.12
HSL 313.1º 0.58% 0.71% -
HSV(B) 313.1º 0.39% 0.88% -
XYZ 50.71 38.15 62.45 -
YUV 170.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 224 137 205 0 0.39 0.08 0.12 313.1 0.58 0.71
Hex E0 89 CD 0 27 8 C 139 3A 47
Octal 340 211 315 0 47 10 14 471 72 107
Binary 11100000 10001001 11001101 0 100111 1000 1100 100111001 111010 1000111

Color Harmonies of #E089CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089CD

Black with #E089CD

Text Example


Text Example

White with #E089CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089CD; }

 p { color: rgb(224,137,205); }

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

background-color css

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

 a { background-color: rgb(224,137,205); }

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

border-color css

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

 span { border-color: rgb(224,137,205); }

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