Html Css Color HEX #EA76D1 Orchid

📋 copy color: '#EA76D1'

red 234 ◦ green 118 ◦ blue 209

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

Shades of Orchid #EA76D1

Tints of Orchid #EA76D1

RGB

 RED value IS 234 (91.8% from 255) = 41.71%

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 209 (82.03% from 255) = 37.25%

R = 41.71%
G = 21.03%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA76D1 (or 0xEA76D1) is known color: Orchid. HEX triplet: EA, 76 and D1. RGB value is (234,118,209). Sum of RGB (Red+Green+Blue) = 234+118+209=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76D1 is #15892E. Grayscale: #A2A2A2. Windows color (decimal): -1411375 or 13727466. OLE color: 13727466.

HSL color Cylindrical-coordinate representation of color #EA76D1: hue angle of 312.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76D1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 209 -
CMYK 0 0.50 0.11 0.08
HSL 312.93º 0.73% 0.69% -
HSV(B) 312.93º 0.5% 0.92% -
XYZ 51.92 35.05 64.35 -
YUV 163.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 234 118 209 0 0.50 0.11 0.08 312.93 0.73 0.69
Hex EA 76 D1 0 32 B 8 139 49 45
Octal 352 166 321 0 62 13 10 471 111 105
Binary 11101010 1110110 11010001 0 110010 1011 1000 100111001 1001001 1000101

Color Harmonies of #EA76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76D1

Black with #EA76D1

Text Example


Text Example

White with #EA76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76D1; }

 p { color: rgb(234,118,209); }

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

background-color css

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

 a { background-color: rgb(234,118,209); }

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

border-color css

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

 span { border-color: rgb(234,118,209); }

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