Html Css Color HEX #E172CB Orchid

📋 copy color: '#E172CB'

red 225 ◦ green 114 ◦ blue 203

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

Shades of Orchid #E172CB

Tints of Orchid #E172CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.03%

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

R = 41.51%
G = 21.03%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E172CB (or 0xE172CB) is known color: Orchid. HEX triplet: E1, 72 and CB. RGB value is (225,114,203). Sum of RGB (Red+Green+Blue) = 225+114+203=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E172CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172CB is #1E8D34. Grayscale: #9D9D9D. Windows color (decimal): -2002229 or 13333217. OLE color: 13333217.

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

Color convert

RGB 225 114 203 -
CMYK 0 0.49 0.10 0.12
HSL 311.89º 0.65% 0.66% -
HSV(B) 311.89º 0.49% 0.88% -
XYZ 47.85 32.35 60.22 -
YUV 157.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 225 114 203 0 0.49 0.10 0.12 311.89 0.65 0.66
Hex E1 72 CB 0 31 A C 138 41 42
Octal 341 162 313 0 61 12 14 470 101 102
Binary 11100001 1110010 11001011 0 110001 1010 1100 100111000 1000001 1000010

Color Harmonies of #E172CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172CB

Black with #E172CB

Text Example


Text Example

White with #E172CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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