Html Css Color HEX #EA72D4 Orchid

📋 copy color: '#EA72D4'

red 234 ◦ green 114 ◦ blue 212

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

Shades of Orchid #EA72D4

Tints of Orchid #EA72D4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.36%

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 41.79%
G = 20.36%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA72D4 (or 0xEA72D4) is known color: Orchid. HEX triplet: EA, 72 and D4. RGB value is (234,114,212). Sum of RGB (Red+Green+Blue) = 234+114+212=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72D4 is #158D2B. Grayscale: #A0A0A0. Windows color (decimal): -1412396 or 13923050. OLE color: 13923050.

HSL color Cylindrical-coordinate representation of color #EA72D4: hue angle of 311º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72D4 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 212 -
CMYK 0 0.51 0.09 0.08
HSL 311º 0.74% 0.68% -
HSV(B) 311º 0.51% 0.92% -
XYZ 51.83 34.28 66.17 -
YUV 161.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 234 114 212 0 0.51 0.09 0.08 311 0.74 0.68
Hex EA 72 D4 0 33 9 8 137 4A 44
Octal 352 162 324 0 63 11 10 467 112 104
Binary 11101010 1110010 11010100 0 110011 1001 1000 100110111 1001010 1000100

Color Harmonies of #EA72D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA72D4

Black with #EA72D4

Text Example


Text Example

White with #EA72D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA72D4; }

 p { color: rgb(234,114,212); }

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

background-color css

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

 a { background-color: rgb(234,114,212); }

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

border-color css

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

 span { border-color: rgb(234,114,212); }

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