Html Css Color HEX #EE35BA Razzle Dazzle Rose

📋 copy color: '#EE35BA'

red 238 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EE35BA

Tints of Razzle Dazzle Rose #EE35BA

RGB

 RED value IS 238 (93.36% from 255) = 49.9%

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 49.9%
G = 11.11%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE35BA (or 0xEE35BA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 35 and BA. RGB value is (238,53,186). Sum of RGB (Red+Green+Blue) = 238+53+186=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE35BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE35BA is #11CA45. Grayscale: #7B7B7B. Windows color (decimal): -1165894 or 12203502. OLE color: 12203502.

HSL color Cylindrical-coordinate representation of color #EE35BA: hue angle of 316.86º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE35BA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 53 186 -
CMYK 0 0.78 0.22 0.07
HSL 316.86º 0.84% 0.57% -
HSV(B) 316.86º 0.78% 0.93% -
XYZ 45.4 24.27 48.75 -
YUV 123.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 238 53 186 0 0.78 0.22 0.07 316.86 0.84 0.57
Hex EE 35 BA 0 4E 16 7 13D 54 39
Octal 356 65 272 0 116 26 7 475 124 71
Binary 11101110 110101 10111010 0 1001110 10110 111 100111101 1010100 111001

Color Harmonies of #EE35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE35BA

Black with #EE35BA

Text Example


Text Example

White with #EE35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE35BA; }

 p { color: rgb(238,53,186); }

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

background-color css

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

 a { background-color: rgb(238,53,186); }

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

border-color css

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

 span { border-color: rgb(238,53,186); }

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