Html Css Color HEX #E570D2 Orchid

📋 copy color: '#E570D2'

red 229 ◦ green 112 ◦ blue 210

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

Shades of Orchid #E570D2

Tints of Orchid #E570D2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.33%

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

R = 41.56%
G = 20.33%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E570D2 (or 0xE570D2) is known color: Orchid. HEX triplet: E5, 70 and D2. RGB value is (229,112,210). Sum of RGB (Red+Green+Blue) = 229+112+210=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E570D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570D2 is #1A8F2D. Grayscale: #9D9D9D. Windows color (decimal): -1740590 or 13791461. OLE color: 13791461.

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

Color convert

RGB 229 112 210 -
CMYK 0 0.51 0.08 0.10
HSL 309.74º 0.69% 0.67% -
HSV(B) 309.74º 0.51% 0.9% -
XYZ 49.74 32.9 64.7 -
YUV 158.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 229 112 210 0 0.51 0.08 0.10 309.74 0.69 0.67
Hex E5 70 D2 0 33 8 A 136 45 43
Octal 345 160 322 0 63 10 12 466 105 103
Binary 11100101 1110000 11010010 0 110011 1000 1010 100110110 1000101 1000011

Color Harmonies of #E570D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570D2

Black with #E570D2

Text Example


Text Example

White with #E570D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570D2; }

 p { color: rgb(229,112,210); }

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

background-color css

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

 a { background-color: rgb(229,112,210); }

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

border-color css

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

 span { border-color: rgb(229,112,210); }

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