Html Css Color HEX #E23CAD Persian Rose

📋 copy color: '#E23CAD'

red 226 ◦ green 60 ◦ blue 173

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

Shades of Persian Rose #E23CAD

Tints of Persian Rose #E23CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 49.24%
G = 13.07%
B = 37.69%

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

#E23CAD (or 0xE23CAD) is known color: Persian Rose. HEX triplet: E2, 3C and AD. RGB value is (226,60,173). Sum of RGB (Red+Green+Blue) = 226+60+173=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E23CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23CAD is #1DC352. Grayscale: #7A7A7A. Windows color (decimal): -1950547 or 11353314. OLE color: 11353314.

HSL color Cylindrical-coordinate representation of color #E23CAD: hue angle of 319.16º 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 #E23CAD is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 60 173 -
CMYK 0 0.73 0.23 0.11
HSL 319.16º 0.74% 0.56% -
HSV(B) 319.16º 0.73% 0.89% -
XYZ 40.52 22.42 41.73 -
YUV 122.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 226 60 173 0 0.73 0.23 0.11 319.16 0.74 0.56
Hex E2 3C AD 0 49 17 B 13F 4A 38
Octal 342 74 255 0 111 27 13 477 112 70
Binary 11100010 111100 10101101 0 1001001 10111 1011 100111111 1001010 111000

Color Harmonies of #E23CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23CAD

Black with #E23CAD

Text Example


Text Example

White with #E23CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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