Html Css Color HEX #E073CB Orchid

📋 copy color: '#E073CB'

red 224 ◦ green 115 ◦ blue 203

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

Shades of Orchid #E073CB

Tints of Orchid #E073CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.22%

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

R = 41.33%
G = 21.22%
B = 37.45%

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

#E073CB (or 0xE073CB) is known color: Orchid. HEX triplet: E0, 73 and CB. RGB value is (224,115,203). Sum of RGB (Red+Green+Blue) = 224+115+203=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E073CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073CB is #1F8C34. Grayscale: #9D9D9D. Windows color (decimal): -2067509 or 13333472. OLE color: 13333472.

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

Color convert

RGB 224 115 203 -
CMYK 0 0.49 0.09 0.12
HSL 311.56º 0.64% 0.66% -
HSV(B) 311.56º 0.49% 0.88% -
XYZ 47.65 32.42 60.25 -
YUV 157.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 224 115 203 0 0.49 0.09 0.12 311.56 0.64 0.66
Hex E0 73 CB 0 31 9 C 138 40 42
Octal 340 163 313 0 61 11 14 470 100 102
Binary 11100000 1110011 11001011 0 110001 1001 1100 100111000 1000000 1000010

Color Harmonies of #E073CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073CB

Black with #E073CB

Text Example


Text Example

White with #E073CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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