Html Css Color HEX #E06ACB Orchid

📋 copy color: '#E06ACB'

red 224 ◦ green 106 ◦ blue 203

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

Shades of Orchid #E06ACB

Tints of Orchid #E06ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.89%

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

R = 42.03%
G = 19.89%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E06ACB (or 0xE06ACB) is known color: Orchid. HEX triplet: E0, 6A and CB. RGB value is (224,106,203). Sum of RGB (Red+Green+Blue) = 224+106+203=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ACB is #1F9534. Grayscale: #989898. Windows color (decimal): -2069813 or 13331168. OLE color: 13331168.

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

Color convert

RGB 224 106 203 -
CMYK 0 0.53 0.09 0.12
HSL 310.68º 0.66% 0.65% -
HSV(B) 310.68º 0.53% 0.88% -
XYZ 46.67 30.47 59.92 -
YUV 152.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 224 106 203 0 0.53 0.09 0.12 310.68 0.66 0.65
Hex E0 6A CB 0 35 9 C 137 42 41
Octal 340 152 313 0 65 11 14 467 102 101
Binary 11100000 1101010 11001011 0 110101 1001 1100 100110111 1000010 1000001

Color Harmonies of #E06ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ACB

Black with #E06ACB

Text Example


Text Example

White with #E06ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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