Html Css Color HEX #E181CB Orchid

📋 copy color: '#E181CB'

red 225 ◦ green 129 ◦ blue 203

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

Shades of Orchid #E181CB

Tints of Orchid #E181CB

RGB

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

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

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

R = 40.39%
G = 23.16%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E181CB (or 0xE181CB) is known color: Orchid. HEX triplet: E1, 81 and CB. RGB value is (225,129,203). Sum of RGB (Red+Green+Blue) = 225+129+203=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CB is #1E7E34. Grayscale: #A5A5A5. Windows color (decimal): -1998389 or 13337057. OLE color: 13337057.

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

Color convert

RGB 225 129 203 -
CMYK 0 0.43 0.10 0.12
HSL 313.75º 0.62% 0.69% -
HSV(B) 313.75º 0.43% 0.88% -
XYZ 49.68 36.02 60.83 -
YUV 166.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 225 129 203 0 0.43 0.10 0.12 313.75 0.62 0.69
Hex E1 81 CB 0 2B A C 13A 3E 45
Octal 341 201 313 0 53 12 14 472 76 105
Binary 11100001 10000001 11001011 0 101011 1010 1100 100111010 111110 1000101

Color Harmonies of #E181CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181CB

Black with #E181CB

Text Example


Text Example

White with #E181CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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