Html Css Color HEX #E16AD2 Orchid

📋 copy color: '#E16AD2'

red 225 ◦ green 106 ◦ blue 210

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

Shades of Orchid #E16AD2

Tints of Orchid #E16AD2

RGB

 RED value IS 225 (88.28% from 255) = 41.59%

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

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 41.59%
G = 19.59%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E16AD2 (or 0xE16AD2) is known color: Orchid. HEX triplet: E1, 6A and D2. RGB value is (225,106,210). Sum of RGB (Red+Green+Blue) = 225+106+210=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD2 is #1E952D. Grayscale: #999999. Windows color (decimal): -2004270 or 13789921. OLE color: 13789921.

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

Color convert

RGB 225 106 210 -
CMYK 0 0.53 0.07 0.12
HSL 307.56º 0.66% 0.65% -
HSV(B) 307.56º 0.53% 0.88% -
XYZ 47.84 30.97 64.43 -
YUV 153.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 225 106 210 0 0.53 0.07 0.12 307.56 0.66 0.65
Hex E1 6A D2 0 35 7 C 134 42 41
Octal 341 152 322 0 65 7 14 464 102 101
Binary 11100001 1101010 11010010 0 110101 111 1100 100110100 1000010 1000001

Color Harmonies of #E16AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AD2

Black with #E16AD2

Text Example


Text Example

White with #E16AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AD2; }

 p { color: rgb(225,106,210); }

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

background-color css

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

 a { background-color: rgb(225,106,210); }

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

border-color css

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

 span { border-color: rgb(225,106,210); }

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