Html Css Color HEX #E23BAE Persian Rose

📋 copy color: '#E23BAE'

red 226 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #E23BAE

Tints of Persian Rose #E23BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 49.24%
G = 12.85%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E23BAE (or 0xE23BAE) is known color: Persian Rose. HEX triplet: E2, 3B and AE. RGB value is (226,59,174). Sum of RGB (Red+Green+Blue) = 226+59+174=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23BAE is #1DC451. Grayscale: #797979. Windows color (decimal): -1950802 or 11418594. OLE color: 11418594.

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

Color convert

RGB 226 59 174 -
CMYK 0 0.74 0.23 0.11
HSL 318.68º 0.74% 0.56% -
HSV(B) 318.68º 0.74% 0.89% -
XYZ 40.57 22.35 42.22 -
YUV 122.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 226 59 174 0 0.74 0.23 0.11 318.68 0.74 0.56
Hex E2 3B AE 0 4A 17 B 13F 4A 38
Octal 342 73 256 0 112 27 13 477 112 70
Binary 11100010 111011 10101110 0 1001010 10111 1011 100111111 1001010 111000

Color Harmonies of #E23BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23BAE

Black with #E23BAE

Text Example


Text Example

White with #E23BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23BAE; }

 p { color: rgb(226,59,174); }

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

background-color css

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

 a { background-color: rgb(226,59,174); }

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

border-color css

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

 span { border-color: rgb(226,59,174); }

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