Html Css Color HEX #EE3FB4 Razzle Dazzle Rose

📋 copy color: '#EE3FB4'

red 238 ◦ green 63 ◦ blue 180

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

Shades of Razzle Dazzle Rose #EE3FB4

Tints of Razzle Dazzle Rose #EE3FB4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

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

R = 49.48%
G = 13.1%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE3FB4 (or 0xEE3FB4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3F and B4. RGB value is (238,63,180). Sum of RGB (Red+Green+Blue) = 238+63+180=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3FB4 is #11C04B. Grayscale: #808080. Windows color (decimal): -1163340 or 11812846. OLE color: 11812846.

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

Color convert

RGB 238 63 180 -
CMYK 0 0.74 0.24 0.07
HSL 319.89º 0.84% 0.59% -
HSV(B) 319.89º 0.74% 0.93% -
XYZ 45.28 25.03 45.62 -
YUV 128.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 238 63 180 0 0.74 0.24 0.07 319.89 0.84 0.59
Hex EE 3F B4 0 4A 18 7 140 54 3B
Octal 356 77 264 0 112 30 7 500 124 73
Binary 11101110 111111 10110100 0 1001010 11000 111 101000000 1010100 111011

Color Harmonies of #EE3FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3FB4

Black with #EE3FB4

Text Example


Text Example

White with #EE3FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3FB4; }

 p { color: rgb(238,63,180); }

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

background-color css

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

 a { background-color: rgb(238,63,180); }

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

border-color css

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

 span { border-color: rgb(238,63,180); }

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