Html Css Color HEX #E570C7 Orchid

📋 copy color: '#E570C7'

red 229 ◦ green 112 ◦ blue 199

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

Shades of Orchid #E570C7

Tints of Orchid #E570C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 42.41%
G = 20.74%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E570C7 (or 0xE570C7) is known color: Orchid. HEX triplet: E5, 70 and C7. RGB value is (229,112,199). Sum of RGB (Red+Green+Blue) = 229+112+199=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E570C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570C7 is #1A8F38. Grayscale: #9C9C9C. Windows color (decimal): -1740601 or 13070565. OLE color: 13070565.

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

Color convert

RGB 229 112 199 -
CMYK 0 0.51 0.13 0.10
HSL 315.38º 0.69% 0.67% -
HSV(B) 315.38º 0.51% 0.9% -
XYZ 48.42 32.37 57.73 -
YUV 156.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 229 112 199 0 0.51 0.13 0.10 315.38 0.69 0.67
Hex E5 70 C7 0 33 D A 13B 45 43
Octal 345 160 307 0 63 15 12 473 105 103
Binary 11100101 1110000 11000111 0 110011 1101 1010 100111011 1000101 1000011

Color Harmonies of #E570C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570C7

Black with #E570C7

Text Example


Text Example

White with #E570C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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