Html Css Color HEX #E081C9 Orchid

📋 copy color: '#E081C9'

red 224 ◦ green 129 ◦ blue 201

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

Shades of Orchid #E081C9

Tints of Orchid #E081C9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.29%

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 40.43%
G = 23.29%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E081C9 (or 0xE081C9) is known color: Orchid. HEX triplet: E0, 81 and C9. RGB value is (224,129,201). Sum of RGB (Red+Green+Blue) = 224+129+201=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C9 is #1F7E36. Grayscale: #A5A5A5. Windows color (decimal): -2063927 or 13205984. OLE color: 13205984.

HSL color Cylindrical-coordinate representation of color #E081C9: hue angle of 314.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081C9 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 201 -
CMYK 0 0.42 0.10 0.12
HSL 314.53º 0.61% 0.69% -
HSV(B) 314.53º 0.42% 0.88% -
XYZ 49.13 35.76 59.57 -
YUV 165.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 224 129 201 0 0.42 0.10 0.12 314.53 0.61 0.69
Hex E0 81 C9 0 2A A C 13B 3D 45
Octal 340 201 311 0 52 12 14 473 75 105
Binary 11100000 10000001 11001001 0 101010 1010 1100 100111011 111101 1000101

Color Harmonies of #E081C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081C9

Black with #E081C9

Text Example


Text Example

White with #E081C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081C9; }

 p { color: rgb(224,129,201); }

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

background-color css

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

 a { background-color: rgb(224,129,201); }

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

border-color css

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

 span { border-color: rgb(224,129,201); }

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