Html Css Color HEX #E06FCB Orchid

📋 copy color: '#E06FCB'

red 224 ◦ green 111 ◦ blue 203

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

Shades of Orchid #E06FCB

Tints of Orchid #E06FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

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

R = 41.64%
G = 20.63%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E06FCB (or 0xE06FCB) is known color: Orchid. HEX triplet: E0, 6F and CB. RGB value is (224,111,203). Sum of RGB (Red+Green+Blue) = 224+111+203=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FCB is #1F9034. Grayscale: #9B9B9B. Windows color (decimal): -2068533 or 13332448. OLE color: 13332448.

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

Color convert

RGB 224 111 203 -
CMYK 0 0.50 0.09 0.12
HSL 311.15º 0.65% 0.66% -
HSV(B) 311.15º 0.5% 0.88% -
XYZ 47.2 31.53 60.1 -
YUV 155.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 224 111 203 0 0.50 0.09 0.12 311.15 0.65 0.66
Hex E0 6F CB 0 32 9 C 137 41 42
Octal 340 157 313 0 62 11 14 467 101 102
Binary 11100000 1101111 11001011 0 110010 1001 1100 100110111 1000001 1000010

Color Harmonies of #E06FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FCB

Black with #E06FCB

Text Example


Text Example

White with #E06FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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