Html Css Color HEX #E231B2 Persian Rose

📋 copy color: '#E231B2'

red 226 ◦ green 49 ◦ blue 178

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

Shades of Persian Rose #E231B2

Tints of Persian Rose #E231B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

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

R = 49.89%
G = 10.82%
B = 39.29%

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

#E231B2 (or 0xE231B2) is known color: Persian Rose. HEX triplet: E2, 31 and B2. RGB value is (226,49,178). Sum of RGB (Red+Green+Blue) = 226+49+178=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E231B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E231B2 is #1DCE4D. Grayscale: #747474. Windows color (decimal): -1953358 or 11678178. OLE color: 11678178.

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

Color convert

RGB 226 49 178 -
CMYK 0 0.78 0.21 0.11
HSL 316.27º 0.75% 0.54% -
HSV(B) 316.27º 0.78% 0.89% -
XYZ 40.5 21.58 44.15 -
YUV 116.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 226 49 178 0 0.78 0.21 0.11 316.27 0.75 0.54
Hex E2 31 B2 0 4E 15 B 13C 4B 36
Octal 342 61 262 0 116 25 13 474 113 66
Binary 11100010 110001 10110010 0 1001110 10101 1011 100111100 1001011 110110

Color Harmonies of #E231B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E231B2

Black with #E231B2

Text Example


Text Example

White with #E231B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E231B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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