Html Css Color HEX #EA76D5 Orchid

📋 copy color: '#EA76D5'

red 234 ◦ green 118 ◦ blue 213

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

Shades of Orchid #EA76D5

Tints of Orchid #EA76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 41.42%
G = 20.88%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA76D5 (or 0xEA76D5) is known color: Orchid. HEX triplet: EA, 76 and D5. RGB value is (234,118,213). Sum of RGB (Red+Green+Blue) = 234+118+213=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76D5 is #15892A. Grayscale: #A3A3A3. Windows color (decimal): -1411371 or 13989610. OLE color: 13989610.

HSL color Cylindrical-coordinate representation of color #EA76D5: hue angle of 310.86º 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 #EA76D5 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 213 -
CMYK 0 0.50 0.09 0.08
HSL 310.86º 0.73% 0.69% -
HSV(B) 310.86º 0.5% 0.92% -
XYZ 52.42 35.25 66.99 -
YUV 163.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 234 118 213 0 0.50 0.09 0.08 310.86 0.73 0.69
Hex EA 76 D5 0 32 9 8 137 49 45
Octal 352 166 325 0 62 11 10 467 111 105
Binary 11101010 1110110 11010101 0 110010 1001 1000 100110111 1001001 1000101

Color Harmonies of #EA76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76D5

Black with #EA76D5

Text Example


Text Example

White with #EA76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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