Html Css Color HEX #EE31BC Razzle Dazzle Rose

📋 copy color: '#EE31BC'

red 238 ◦ green 49 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EE31BC

Tints of Razzle Dazzle Rose #EE31BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.32%

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 50.11%
G = 10.32%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE31BC (or 0xEE31BC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and BC. RGB value is (238,49,188). Sum of RGB (Red+Green+Blue) = 238+49+188=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31BC is #11CE43. Grayscale: #787878. Windows color (decimal): -1166916 or 12333550. OLE color: 12333550.

HSL color Cylindrical-coordinate representation of color #EE31BC: hue angle of 315.87º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31BC is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 188 -
CMYK 0 0.79 0.21 0.07
HSL 315.87º 0.85% 0.56% -
HSV(B) 315.87º 0.79% 0.93% -
XYZ 45.44 24 49.82 -
YUV 121.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 238 49 188 0 0.79 0.21 0.07 315.87 0.85 0.56
Hex EE 31 BC 0 4F 15 7 13C 55 38
Octal 356 61 274 0 117 25 7 474 125 70
Binary 11101110 110001 10111100 0 1001111 10101 111 100111100 1010101 111000

Color Harmonies of #EE31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31BC

Black with #EE31BC

Text Example


Text Example

White with #EE31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31BC; }

 p { color: rgb(238,49,188); }

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

background-color css

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

 a { background-color: rgb(238,49,188); }

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

border-color css

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

 span { border-color: rgb(238,49,188); }

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