Html Css Color HEX #EA79D1 Orchid

📋 copy color: '#EA79D1'

red 234 ◦ green 121 ◦ blue 209

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

Shades of Orchid #EA79D1

Tints of Orchid #EA79D1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.45%

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

R = 41.49%
G = 21.45%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA79D1 (or 0xEA79D1) is known color: Orchid. HEX triplet: EA, 79 and D1. RGB value is (234,121,209). Sum of RGB (Red+Green+Blue) = 234+121+209=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79D1 is #15862E. Grayscale: #A4A4A4. Windows color (decimal): -1410607 or 13728234. OLE color: 13728234.

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

Color convert

RGB 234 121 209 -
CMYK 0 0.48 0.11 0.08
HSL 313.27º 0.73% 0.7% -
HSV(B) 313.27º 0.48% 0.92% -
XYZ 52.28 35.77 64.47 -
YUV 164.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 234 121 209 0 0.48 0.11 0.08 313.27 0.73 0.7
Hex EA 79 D1 0 30 B 8 139 49 46
Octal 352 171 321 0 60 13 10 471 111 106
Binary 11101010 1111001 11010001 0 110000 1011 1000 100111001 1001001 1000110

Color Harmonies of #EA79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79D1

Black with #EA79D1

Text Example


Text Example

White with #EA79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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