Html Css Color HEX #E572CF Orchid

📋 copy color: '#E572CF'

red 229 ◦ green 114 ◦ blue 207

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

Shades of Orchid #E572CF

Tints of Orchid #E572CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 41.64%
G = 20.73%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E572CF (or 0xE572CF) is known color: Orchid. HEX triplet: E5, 72 and CF. RGB value is (229,114,207). Sum of RGB (Red+Green+Blue) = 229+114+207=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E572CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572CF is #1A8D30. Grayscale: #9E9E9E. Windows color (decimal): -1740081 or 13595365. OLE color: 13595365.

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

Color convert

RGB 229 114 207 -
CMYK 0 0.50 0.10 0.10
HSL 311.48º 0.69% 0.67% -
HSV(B) 311.48º 0.5% 0.9% -
XYZ 49.59 33.2 62.83 -
YUV 158.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 229 114 207 0 0.50 0.10 0.10 311.48 0.69 0.67
Hex E5 72 CF 0 32 A A 137 45 43
Octal 345 162 317 0 62 12 12 467 105 103
Binary 11100101 1110010 11001111 0 110010 1010 1010 100110111 1000101 1000011

Color Harmonies of #E572CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572CF

Black with #E572CF

Text Example


Text Example

White with #E572CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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