Html Css Color HEX #E06AC4 Orchid

📋 copy color: '#E06AC4'

red 224 ◦ green 106 ◦ blue 196

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

Shades of Orchid #E06AC4

Tints of Orchid #E06AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 42.59%
G = 20.15%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E06AC4 (or 0xE06AC4) is known color: Orchid. HEX triplet: E0, 6A and C4. RGB value is (224,106,196). Sum of RGB (Red+Green+Blue) = 224+106+196=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC4 is #1F953B. Grayscale: #979797. Windows color (decimal): -2069820 or 12872416. OLE color: 12872416.

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

Color convert

RGB 224 106 196 -
CMYK 0 0.53 0.12 0.12
HSL 314.24º 0.66% 0.65% -
HSV(B) 314.24º 0.53% 0.88% -
XYZ 45.86 30.14 55.63 -
YUV 151.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 224 106 196 0 0.53 0.12 0.12 314.24 0.66 0.65
Hex E0 6A C4 0 35 C C 13A 42 41
Octal 340 152 304 0 65 14 14 472 102 101
Binary 11100000 1101010 11000100 0 110101 1100 1100 100111010 1000010 1000001

Color Harmonies of #E06AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AC4

Black with #E06AC4

Text Example


Text Example

White with #E06AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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