Html Css Color HEX #E232B4 Persian Rose

📋 copy color: '#E232B4'

red 226 ◦ green 50 ◦ blue 180

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

Shades of Persian Rose #E232B4

Tints of Persian Rose #E232B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 49.56%
G = 10.96%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E232B4 (or 0xE232B4) is known color: Persian Rose. HEX triplet: E2, 32 and B4. RGB value is (226,50,180). Sum of RGB (Red+Green+Blue) = 226+50+180=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E232B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232B4 is #1DCD4B. Grayscale: #757575. Windows color (decimal): -1953100 or 11809506. OLE color: 11809506.

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

Color convert

RGB 226 50 180 -
CMYK 0 0.78 0.20 0.11
HSL 315.68º 0.75% 0.54% -
HSV(B) 315.68º 0.78% 0.89% -
XYZ 40.74 21.75 45.23 -
YUV 117.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 226 50 180 0 0.78 0.20 0.11 315.68 0.75 0.54
Hex E2 32 B4 0 4E 14 B 13C 4B 36
Octal 342 62 264 0 116 24 13 474 113 66
Binary 11100010 110010 10110100 0 1001110 10100 1011 100111100 1001011 110110

Color Harmonies of #E232B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E232B4

Black with #E232B4

Text Example


Text Example

White with #E232B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E232B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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