Html Css Color HEX #E234B3 Persian Rose

📋 copy color: '#E234B3'

red 226 ◦ green 52 ◦ blue 179

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

Shades of Persian Rose #E234B3

Tints of Persian Rose #E234B3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.38%

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

R = 49.45%
G = 11.38%
B = 39.17%

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

#E234B3 (or 0xE234B3) is known color: Persian Rose. HEX triplet: E2, 34 and B3. RGB value is (226,52,179). Sum of RGB (Red+Green+Blue) = 226+52+179=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E234B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E234B3 is #1DCB4C. Grayscale: #767676. Windows color (decimal): -1952589 or 11744482. OLE color: 11744482.

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

Color convert

RGB 226 52 179 -
CMYK 0 0.77 0.21 0.11
HSL 316.21º 0.75% 0.55% -
HSV(B) 316.21º 0.77% 0.89% -
XYZ 40.73 21.88 44.72 -
YUV 118.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 226 52 179 0 0.77 0.21 0.11 316.21 0.75 0.55
Hex E2 34 B3 0 4D 15 B 13C 4B 37
Octal 342 64 263 0 115 25 13 474 113 67
Binary 11100010 110100 10110011 0 1001101 10101 1011 100111100 1001011 110111

Color Harmonies of #E234B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E234B3

Black with #E234B3

Text Example


Text Example

White with #E234B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E234B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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