Html Css Color HEX #E06AD4 Orchid

📋 copy color: '#E06AD4'

red 224 ◦ green 106 ◦ blue 212

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

Shades of Orchid #E06AD4

Tints of Orchid #E06AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 41.33%
G = 19.56%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E06AD4 (or 0xE06AD4) is known color: Orchid. HEX triplet: E0, 6A and D4. RGB value is (224,106,212). Sum of RGB (Red+Green+Blue) = 224+106+212=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AD4 is #1F952B. Grayscale: #999999. Windows color (decimal): -2069804 or 13920992. OLE color: 13920992.

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

Color convert

RGB 224 106 212 -
CMYK 0 0.53 0.05 0.12
HSL 306.1º 0.66% 0.65% -
HSV(B) 306.1º 0.53% 0.88% -
XYZ 47.78 30.91 65.74 -
YUV 153.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 224 106 212 0 0.53 0.05 0.12 306.1 0.66 0.65
Hex E0 6A D4 0 35 5 C 132 42 41
Octal 340 152 324 0 65 5 14 462 102 101
Binary 11100000 1101010 11010100 0 110101 101 1100 100110010 1000010 1000001

Color Harmonies of #E06AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AD4

Black with #E06AD4

Text Example


Text Example

White with #E06AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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