Html Css Color HEX #E232B3 Persian Rose

📋 copy color: '#E232B3'

red 226 ◦ green 50 ◦ blue 179

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

Shades of Persian Rose #E232B3

Tints of Persian Rose #E232B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.34%

R = 49.67%
G = 10.99%
B = 39.34%

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

#E232B3 (or 0xE232B3) is known color: Persian Rose. HEX triplet: E2, 32 and B3. RGB value is (226,50,179). Sum of RGB (Red+Green+Blue) = 226+50+179=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E232B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232B3 is #1DCD4C. Grayscale: #747474. Windows color (decimal): -1953101 or 11743970. OLE color: 11743970.

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

Color convert

RGB 226 50 179 -
CMYK 0 0.78 0.21 0.11
HSL 316.02º 0.75% 0.54% -
HSV(B) 316.02º 0.78% 0.89% -
XYZ 40.64 21.7 44.7 -
YUV 117.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 226 50 179 0 0.78 0.21 0.11 316.02 0.75 0.54
Hex E2 32 B3 0 4E 15 B 13C 4B 36
Octal 342 62 263 0 116 25 13 474 113 66
Binary 11100010 110010 10110011 0 1001110 10101 1011 100111100 1001011 110110

Color Harmonies of #E232B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E232B3

Black with #E232B3

Text Example


Text Example

White with #E232B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E232B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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