Html Css Color HEX #E081CB Orchid

📋 copy color: '#E081CB'

red 224 ◦ green 129 ◦ blue 203

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

Shades of Orchid #E081CB

Tints of Orchid #E081CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 40.29%
G = 23.2%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E081CB (or 0xE081CB) is known color: Orchid. HEX triplet: E0, 81 and CB. RGB value is (224,129,203). Sum of RGB (Red+Green+Blue) = 224+129+203=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CB is #1F7E34. Grayscale: #A5A5A5. Windows color (decimal): -2063925 or 13337056. OLE color: 13337056.

HSL color Cylindrical-coordinate representation of color #E081CB: hue angle of 313.26º 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 #E081CB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 203 -
CMYK 0 0.42 0.09 0.12
HSL 313.26º 0.61% 0.69% -
HSV(B) 313.26º 0.42% 0.88% -
XYZ 49.37 35.86 60.82 -
YUV 165.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 224 129 203 0 0.42 0.09 0.12 313.26 0.61 0.69
Hex E0 81 CB 0 2A 9 C 139 3D 45
Octal 340 201 313 0 52 11 14 471 75 105
Binary 11100000 10000001 11001011 0 101010 1001 1100 100111001 111101 1000101

Color Harmonies of #E081CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081CB

Black with #E081CB

Text Example


Text Example

White with #E081CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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