Html Css Color HEX #EE4DBF Razzle Dazzle Rose

📋 copy color: '#EE4DBF'

red 238 ◦ green 77 ◦ blue 191

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

Shades of Razzle Dazzle Rose #EE4DBF

Tints of Razzle Dazzle Rose #EE4DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 47.04%
G = 15.22%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE4DBF (or 0xEE4DBF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4D and BF. RGB value is (238,77,191). Sum of RGB (Red+Green+Blue) = 238+77+191=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DBF is #11B240. Grayscale: #898989. Windows color (decimal): -1159745 or 12537326. OLE color: 12537326.

HSL color Cylindrical-coordinate representation of color #EE4DBF: hue angle of 317.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DBF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 77 191 -
CMYK 0 0.68 0.20 0.07
HSL 317.52º 0.83% 0.62% -
HSV(B) 317.52º 0.68% 0.93% -
XYZ 47.32 27.25 52.06 -
YUV 138.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 238 77 191 0 0.68 0.20 0.07 317.52 0.83 0.62
Hex EE 4D BF 0 44 14 7 13E 53 3E
Octal 356 115 277 0 104 24 7 476 123 76
Binary 11101110 1001101 10111111 0 1000100 10100 111 100111110 1010011 111110

Color Harmonies of #EE4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DBF

Black with #EE4DBF

Text Example


Text Example

White with #EE4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DBF; }

 p { color: rgb(238,77,191); }

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

background-color css

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

 a { background-color: rgb(238,77,191); }

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

border-color css

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

 span { border-color: rgb(238,77,191); }

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