Html Css Color HEX #E233B2 Persian Rose

📋 copy color: '#E233B2'

red 226 ◦ green 51 ◦ blue 178

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

Shades of Persian Rose #E233B2

Tints of Persian Rose #E233B2

RGB

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

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

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

R = 49.67%
G = 11.21%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E233B2 (or 0xE233B2) is known color: Persian Rose. HEX triplet: E2, 33 and B2. RGB value is (226,51,178). Sum of RGB (Red+Green+Blue) = 226+51+178=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E233B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E233B2 is #1DCC4D. Grayscale: #757575. Windows color (decimal): -1952846 or 11678690. OLE color: 11678690.

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

Color convert

RGB 226 51 178 -
CMYK 0 0.77 0.21 0.11
HSL 316.46º 0.75% 0.54% -
HSV(B) 316.46º 0.77% 0.89% -
XYZ 40.58 21.75 44.18 -
YUV 117.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 226 51 178 0 0.77 0.21 0.11 316.46 0.75 0.54
Hex E2 33 B2 0 4D 15 B 13C 4B 36
Octal 342 63 262 0 115 25 13 474 113 66
Binary 11100010 110011 10110010 0 1001101 10101 1011 100111100 1001011 110110

Color Harmonies of #E233B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E233B2

Black with #E233B2

Text Example


Text Example

White with #E233B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E233B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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