Html Css Color HEX #E935B4 Persian Rose

📋 copy color: '#E935B4'

red 233 ◦ green 53 ◦ blue 180

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

Shades of Persian Rose #E935B4

Tints of Persian Rose #E935B4

RGB

 RED value IS 233 (91.41% from 255) = 50%

 GREEN value IS 53 (21.09% from 255) = 11.37%

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

R = 50%
G = 11.37%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E935B4 (or 0xE935B4) is known color: Persian Rose. HEX triplet: E9, 35 and B4. RGB value is (233,53,180). Sum of RGB (Red+Green+Blue) = 233+53+180=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E935B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E935B4 is #16CA4B. Grayscale: #787878. Windows color (decimal): -1493580 or 11810281. OLE color: 11810281.

HSL color Cylindrical-coordinate representation of color #E935B4: hue angle of 317.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E935B4 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 53 180 -
CMYK 0 0.77 0.23 0.09
HSL 317.67º 0.8% 0.56% -
HSV(B) 317.67º 0.77% 0.91% -
XYZ 43.12 23.17 45.38 -
YUV 121.3 161.13 207.67 -
System Red Green Blue C M Y K H S L
Decimal 233 53 180 0 0.77 0.23 0.09 317.67 0.8 0.56
Hex E9 35 B4 0 4D 17 9 13E 50 38
Octal 351 65 264 0 115 27 11 476 120 70
Binary 11101001 110101 10110100 0 1001101 10111 1001 100111110 1010000 111000

Color Harmonies of #E935B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E935B4

Black with #E935B4

Text Example


Text Example

White with #E935B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E935B4; }

 p { color: rgb(233,53,180); }

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

background-color css

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

 a { background-color: rgb(233,53,180); }

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

border-color css

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

 span { border-color: rgb(233,53,180); }

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