Html Css Color HEX #E574CD Orchid

📋 copy color: '#E574CD'

red 229 ◦ green 116 ◦ blue 205

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

Shades of Orchid #E574CD

Tints of Orchid #E574CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.09%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 41.64%
G = 21.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E574CD (or 0xE574CD) is known color: Orchid. HEX triplet: E5, 74 and CD. RGB value is (229,116,205). Sum of RGB (Red+Green+Blue) = 229+116+205=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E574CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574CD is #1A8B32. Grayscale: #9F9F9F. Windows color (decimal): -1739571 or 13464805. OLE color: 13464805.

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

Color convert

RGB 229 116 205 -
CMYK 0 0.49 0.10 0.10
HSL 312.74º 0.68% 0.68% -
HSV(B) 312.74º 0.49% 0.9% -
XYZ 49.58 33.56 61.62 -
YUV 159.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 229 116 205 0 0.49 0.10 0.10 312.74 0.68 0.68
Hex E5 74 CD 0 31 A A 139 44 44
Octal 345 164 315 0 61 12 12 471 104 104
Binary 11100101 1110100 11001101 0 110001 1010 1010 100111001 1000100 1000100

Color Harmonies of #E574CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574CD

Black with #E574CD

Text Example


Text Example

White with #E574CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574CD; }

 p { color: rgb(229,116,205); }

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

background-color css

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

 a { background-color: rgb(229,116,205); }

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

border-color css

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

 span { border-color: rgb(229,116,205); }

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