Html Css Color HEX #E072CB Orchid

📋 copy color: '#E072CB'

red 224 ◦ green 114 ◦ blue 203

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

Shades of Orchid #E072CB

Tints of Orchid #E072CB

RGB

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

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

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

R = 41.4%
G = 21.07%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E072CB (or 0xE072CB) is known color: Orchid. HEX triplet: E0, 72 and CB. RGB value is (224,114,203). Sum of RGB (Red+Green+Blue) = 224+114+203=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E072CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072CB is #1F8D34. Grayscale: #9C9C9C. Windows color (decimal): -2067765 or 13333216. OLE color: 13333216.

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

Color convert

RGB 224 114 203 -
CMYK 0 0.49 0.09 0.12
HSL 311.45º 0.64% 0.66% -
HSV(B) 311.45º 0.49% 0.88% -
XYZ 47.54 32.19 60.21 -
YUV 157.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 224 114 203 0 0.49 0.09 0.12 311.45 0.64 0.66
Hex E0 72 CB 0 31 9 C 137 40 42
Octal 340 162 313 0 61 11 14 467 100 102
Binary 11100000 1110010 11001011 0 110001 1001 1100 100110111 1000000 1000010

Color Harmonies of #E072CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072CB

Black with #E072CB

Text Example


Text Example

White with #E072CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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