Html Css Color HEX #E572DA Orchid

📋 copy color: '#E572DA'

red 229 ◦ green 114 ◦ blue 218

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

Shades of Orchid #E572DA

Tints of Orchid #E572DA

RGB

 RED value IS 229 (89.84% from 255) = 40.82%

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 40.82%
G = 20.32%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E572DA (or 0xE572DA) is known color: Orchid. HEX triplet: E5, 72 and DA. RGB value is (229,114,218). Sum of RGB (Red+Green+Blue) = 229+114+218=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E572DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572DA is #1A8D25. Grayscale: #9F9F9F. Windows color (decimal): -1740070 or 14316261. OLE color: 14316261.

HSL color Cylindrical-coordinate representation of color #E572DA: hue angle of 305.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572DA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 218 -
CMYK 0 0.50 0.05 0.10
HSL 305.74º 0.69% 0.67% -
HSV(B) 305.74º 0.5% 0.9% -
XYZ 50.99 33.75 70.16 -
YUV 160.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 229 114 218 0 0.50 0.05 0.10 305.74 0.69 0.67
Hex E5 72 DA 0 32 5 A 132 45 43
Octal 345 162 332 0 62 5 12 462 105 103
Binary 11100101 1110010 11011010 0 110010 101 1010 100110010 1000101 1000011

Color Harmonies of #E572DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572DA

Black with #E572DA

Text Example


Text Example

White with #E572DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572DA; }

 p { color: rgb(229,114,218); }

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

background-color css

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

 a { background-color: rgb(229,114,218); }

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

border-color css

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

 span { border-color: rgb(229,114,218); }

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