Html Css Color HEX #E62DAF Persian Rose

📋 copy color: '#E62DAF'

red 230 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #E62DAF

Tints of Persian Rose #E62DAF

RGB

 RED value IS 230 (90.23% from 255) = 51.11%

 GREEN value IS 45 (17.97% from 255) = 10%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 51.11%
G = 10%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E62DAF (or 0xE62DAF) is known color: Persian Rose. HEX triplet: E6, 2D and AF. RGB value is (230,45,175). Sum of RGB (Red+Green+Blue) = 230+45+175=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62DAF is #19D250. Grayscale: #727272. Windows color (decimal): -1692241 or 11480550. OLE color: 11480550.

HSL color Cylindrical-coordinate representation of color #E62DAF: hue angle of 317.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62DAF is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 45 175 -
CMYK 0 0.80 0.24 0.10
HSL 317.84º 0.79% 0.54% -
HSV(B) 317.84º 0.8% 0.9% -
XYZ 41.31 21.79 42.59 -
YUV 115.14 161.79 209.93 -
System Red Green Blue C M Y K H S L
Decimal 230 45 175 0 0.80 0.24 0.10 317.84 0.79 0.54
Hex E6 2D AF 0 50 18 A 13E 4F 36
Octal 346 55 257 0 120 30 12 476 117 66
Binary 11100110 101101 10101111 0 1010000 11000 1010 100111110 1001111 110110

Color Harmonies of #E62DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DAF

Black with #E62DAF

Text Example


Text Example

White with #E62DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DAF; }

 p { color: rgb(230,45,175); }

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

background-color css

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

 a { background-color: rgb(230,45,175); }

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

border-color css

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

 span { border-color: rgb(230,45,175); }

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