Html Css Color HEX #E23DA8 Persian Rose

📋 copy color: '#E23DA8'

red 226 ◦ green 61 ◦ blue 168

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

Shades of Persian Rose #E23DA8

Tints of Persian Rose #E23DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.41%

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 49.67%
G = 13.41%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E23DA8 (or 0xE23DA8) is known color: Persian Rose. HEX triplet: E2, 3D and A8. RGB value is (226,61,168). Sum of RGB (Red+Green+Blue) = 226+61+168=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E23DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23DA8 is #1DC257. Grayscale: #7A7A7A. Windows color (decimal): -1950296 or 11025890. OLE color: 11025890.

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

Color convert

RGB 226 61 168 -
CMYK 0 0.73 0.26 0.11
HSL 321.09º 0.74% 0.56% -
HSV(B) 321.09º 0.73% 0.89% -
XYZ 40.1 22.33 39.24 -
YUV 122.53 153.66 201.8 -
System Red Green Blue C M Y K H S L
Decimal 226 61 168 0 0.73 0.26 0.11 321.09 0.74 0.56
Hex E2 3D A8 0 49 1A B 141 4A 38
Octal 342 75 250 0 111 32 13 501 112 70
Binary 11100010 111101 10101000 0 1001001 11010 1011 101000001 1001010 111000

Color Harmonies of #E23DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23DA8

Black with #E23DA8

Text Example


Text Example

White with #E23DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23DA8; }

 p { color: rgb(226,61,168); }

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

background-color css

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

 a { background-color: rgb(226,61,168); }

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

border-color css

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

 span { border-color: rgb(226,61,168); }

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