Html Css Color HEX #E935B9 Razzle Dazzle Rose

📋 copy color: '#E935B9'

red 233 ◦ green 53 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E935B9

Tints of Razzle Dazzle Rose #E935B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 49.47%
G = 11.25%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E935B9 (or 0xE935B9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 35 and B9. RGB value is (233,53,185). Sum of RGB (Red+Green+Blue) = 233+53+185=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E935B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E935B9 is #16CA46. Grayscale: #797979. Windows color (decimal): -1493575 or 12137961. OLE color: 12137961.

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

Color convert

RGB 233 53 185 -
CMYK 0 0.77 0.21 0.09
HSL 316º 0.8% 0.56% -
HSV(B) 316º 0.77% 0.91% -
XYZ 43.63 23.37 48.11 -
YUV 121.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 233 53 185 0 0.77 0.21 0.09 316 0.8 0.56
Hex E9 35 B9 0 4D 15 9 13C 50 38
Octal 351 65 271 0 115 25 11 474 120 70
Binary 11101001 110101 10111001 0 1001101 10101 1001 100111100 1010000 111000

Color Harmonies of #E935B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E935B9

Black with #E935B9

Text Example


Text Example

White with #E935B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E935B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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