Html Css Color HEX #EA79D2 Orchid

📋 copy color: '#EA79D2'

red 234 ◦ green 121 ◦ blue 210

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

Shades of Orchid #EA79D2

Tints of Orchid #EA79D2

RGB

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

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

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

R = 41.42%
G = 21.42%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA79D2 (or 0xEA79D2) is known color: Orchid. HEX triplet: EA, 79 and D2. RGB value is (234,121,210). Sum of RGB (Red+Green+Blue) = 234+121+210=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79D2 is #15862D. Grayscale: #A4A4A4. Windows color (decimal): -1410606 or 13793770. OLE color: 13793770.

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

Color convert

RGB 234 121 210 -
CMYK 0 0.48 0.10 0.08
HSL 312.74º 0.73% 0.7% -
HSV(B) 312.74º 0.48% 0.92% -
XYZ 52.4 35.82 65.12 -
YUV 164.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 234 121 210 0 0.48 0.10 0.08 312.74 0.73 0.7
Hex EA 79 D2 0 30 A 8 139 49 46
Octal 352 171 322 0 60 12 10 471 111 106
Binary 11101010 1111001 11010010 0 110000 1010 1000 100111001 1001001 1000110

Color Harmonies of #EA79D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79D2

Black with #EA79D2

Text Example


Text Example

White with #EA79D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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