Html Css Color HEX #E23CAF Persian Rose

📋 copy color: '#E23CAF'

red 226 ◦ green 60 ◦ blue 175

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

Shades of Persian Rose #E23CAF

Tints of Persian Rose #E23CAF

RGB

 RED value IS 226 (88.67% from 255) = 49.02%

 GREEN value IS 60 (23.83% from 255) = 13.02%

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

R = 49.02%
G = 13.02%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E23CAF (or 0xE23CAF) is known color: Persian Rose. HEX triplet: E2, 3C and AF. RGB value is (226,60,175). Sum of RGB (Red+Green+Blue) = 226+60+175=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E23CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23CAF is #1DC350. Grayscale: #7A7A7A. Windows color (decimal): -1950545 or 11484386. OLE color: 11484386.

HSL color Cylindrical-coordinate representation of color #E23CAF: hue angle of 318.43º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E23CAF is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 60 175 -
CMYK 0 0.73 0.23 0.11
HSL 318.43º 0.74% 0.56% -
HSV(B) 318.43º 0.73% 0.89% -
XYZ 40.72 22.5 42.75 -
YUV 122.74 157.5 201.65 -
System Red Green Blue C M Y K H S L
Decimal 226 60 175 0 0.73 0.23 0.11 318.43 0.74 0.56
Hex E2 3C AF 0 49 17 B 13E 4A 38
Octal 342 74 257 0 111 27 13 476 112 70
Binary 11100010 111100 10101111 0 1001001 10111 1011 100111110 1001010 111000

Color Harmonies of #E23CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23CAF

Black with #E23CAF

Text Example


Text Example

White with #E23CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23CAF; }

 p { color: rgb(226,60,175); }

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

background-color css

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

 a { background-color: rgb(226,60,175); }

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

border-color css

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

 span { border-color: rgb(226,60,175); }

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