Html Css Color HEX #E232B2 Persian Rose

📋 copy color: '#E232B2'

red 226 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #E232B2

Tints of Persian Rose #E232B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.01%

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 49.78%
G = 11.01%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E232B2 (or 0xE232B2) is known color: Persian Rose. HEX triplet: E2, 32 and B2. RGB value is (226,50,178). Sum of RGB (Red+Green+Blue) = 226+50+178=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E232B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E232B2 is #1DCD4D. Grayscale: #747474. Windows color (decimal): -1953102 or 11678434. OLE color: 11678434.

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

Color convert

RGB 226 50 178 -
CMYK 0 0.78 0.21 0.11
HSL 316.36º 0.75% 0.54% -
HSV(B) 316.36º 0.78% 0.89% -
XYZ 40.54 21.66 44.16 -
YUV 117.22 162.31 205.59 -
System Red Green Blue C M Y K H S L
Decimal 226 50 178 0 0.78 0.21 0.11 316.36 0.75 0.54
Hex E2 32 B2 0 4E 15 B 13C 4B 36
Octal 342 62 262 0 116 25 13 474 113 66
Binary 11100010 110010 10110010 0 1001110 10101 1011 100111100 1001011 110110

Color Harmonies of #E232B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E232B2

Black with #E232B2

Text Example


Text Example

White with #E232B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E232B2; }

 p { color: rgb(226,50,178); }

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

background-color css

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

 a { background-color: rgb(226,50,178); }

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

border-color css

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

 span { border-color: rgb(226,50,178); }

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