Html Css Color HEX #E233A9 Persian Rose

📋 copy color: '#E233A9'

red 226 ◦ green 51 ◦ blue 169

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

Shades of Persian Rose #E233A9

Tints of Persian Rose #E233A9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.43%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 50.67%
G = 11.43%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E233A9 (or 0xE233A9) is known color: Persian Rose. HEX triplet: E2, 33 and A9. RGB value is (226,51,169). Sum of RGB (Red+Green+Blue) = 226+51+169=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E233A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E233A9 is #1DCC56. Grayscale: #747474. Windows color (decimal): -1952855 or 11088866. OLE color: 11088866.

HSL color Cylindrical-coordinate representation of color #E233A9: hue angle of 319.54º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E233A9 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 51 169 -
CMYK 0 0.77 0.25 0.11
HSL 319.54º 0.75% 0.54% -
HSV(B) 319.54º 0.77% 0.89% -
XYZ 39.71 21.4 39.57 -
YUV 116.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 226 51 169 0 0.77 0.25 0.11 319.54 0.75 0.54
Hex E2 33 A9 0 4D 19 B 140 4B 36
Octal 342 63 251 0 115 31 13 500 113 66
Binary 11100010 110011 10101001 0 1001101 11001 1011 101000000 1001011 110110

Color Harmonies of #E233A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E233A9

Black with #E233A9

Text Example


Text Example

White with #E233A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E233A9; }

 p { color: rgb(226,51,169); }

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

background-color css

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

 a { background-color: rgb(226,51,169); }

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

border-color css

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

 span { border-color: rgb(226,51,169); }

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