Html Css Color HEX #EA72DF Orchid

📋 copy color: '#EA72DF'

red 234 ◦ green 114 ◦ blue 223

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

Shades of Orchid #EA72DF

Tints of Orchid #EA72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 40.98%
G = 19.96%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA72DF (or 0xEA72DF) is known color: Orchid. HEX triplet: EA, 72 and DF. RGB value is (234,114,223). Sum of RGB (Red+Green+Blue) = 234+114+223=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72DF is #158D20. Grayscale: #A1A1A1. Windows color (decimal): -1412385 or 14643946. OLE color: 14643946.

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

Color convert

RGB 234 114 223 -
CMYK 0 0.51 0.05 0.08
HSL 305.5º 0.74% 0.68% -
HSV(B) 305.5º 0.51% 0.92% -
XYZ 53.27 34.85 73.73 -
YUV 162.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 234 114 223 0 0.51 0.05 0.08 305.5 0.74 0.68
Hex EA 72 DF 0 33 5 8 132 4A 44
Octal 352 162 337 0 63 5 10 462 112 104
Binary 11101010 1110010 11011111 0 110011 101 1000 100110010 1001010 1000100

Color Harmonies of #EA72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA72DF

Black with #EA72DF

Text Example


Text Example

White with #EA72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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