Html Css Color HEX #E571D4 Orchid

📋 copy color: '#E571D4'

red 229 ◦ green 113 ◦ blue 212

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

Shades of Orchid #E571D4

Tints of Orchid #E571D4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.4%

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

R = 41.34%
G = 20.4%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E571D4 (or 0xE571D4) is known color: Orchid. HEX triplet: E5, 71 and D4. RGB value is (229,113,212). Sum of RGB (Red+Green+Blue) = 229+113+212=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E571D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571D4 is #1A8E2B. Grayscale: #9E9E9E. Windows color (decimal): -1740332 or 13922789. OLE color: 13922789.

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

Color convert

RGB 229 113 212 -
CMYK 0 0.51 0.07 0.10
HSL 308.79º 0.69% 0.67% -
HSV(B) 308.79º 0.51% 0.9% -
XYZ 50.1 33.22 66.06 -
YUV 158.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 229 113 212 0 0.51 0.07 0.10 308.79 0.69 0.67
Hex E5 71 D4 0 33 7 A 135 45 43
Octal 345 161 324 0 63 7 12 465 105 103
Binary 11100101 1110001 11010100 0 110011 111 1010 100110101 1000101 1000011

Color Harmonies of #E571D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571D4

Black with #E571D4

Text Example


Text Example

White with #E571D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571D4; }

 p { color: rgb(229,113,212); }

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

background-color css

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

 a { background-color: rgb(229,113,212); }

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

border-color css

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

 span { border-color: rgb(229,113,212); }

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