Html Css Color HEX #EA76CF Orchid

📋 copy color: '#EA76CF'

red 234 ◦ green 118 ◦ blue 207

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

Shades of Orchid #EA76CF

Tints of Orchid #EA76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 41.86%
G = 21.11%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA76CF (or 0xEA76CF) is known color: Orchid. HEX triplet: EA, 76 and CF. RGB value is (234,118,207). Sum of RGB (Red+Green+Blue) = 234+118+207=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76CF is #158930. Grayscale: #A2A2A2. Windows color (decimal): -1411377 or 13596394. OLE color: 13596394.

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

Color convert

RGB 234 118 207 -
CMYK 0 0.50 0.12 0.08
HSL 313.97º 0.73% 0.69% -
HSV(B) 313.97º 0.5% 0.92% -
XYZ 51.67 34.95 63.05 -
YUV 162.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 234 118 207 0 0.50 0.12 0.08 313.97 0.73 0.69
Hex EA 76 CF 0 32 C 8 13A 49 45
Octal 352 166 317 0 62 14 10 472 111 105
Binary 11101010 1110110 11001111 0 110010 1100 1000 100111010 1001001 1000101

Color Harmonies of #EA76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76CF

Black with #EA76CF

Text Example


Text Example

White with #EA76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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