Html Css Color HEX #EE4DBD Razzle Dazzle Rose

📋 copy color: '#EE4DBD'

red 238 ◦ green 77 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EE4DBD

Tints of Razzle Dazzle Rose #EE4DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 47.22%
G = 15.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE4DBD (or 0xEE4DBD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4D and BD. RGB value is (238,77,189). Sum of RGB (Red+Green+Blue) = 238+77+189=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DBD is #11B242. Grayscale: #898989. Windows color (decimal): -1159747 or 12406254. OLE color: 12406254.

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

Color convert

RGB 238 77 189 -
CMYK 0 0.68 0.21 0.07
HSL 318.26º 0.83% 0.62% -
HSV(B) 318.26º 0.68% 0.93% -
XYZ 47.1 27.16 50.9 -
YUV 137.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 238 77 189 0 0.68 0.21 0.07 318.26 0.83 0.62
Hex EE 4D BD 0 44 15 7 13E 53 3E
Octal 356 115 275 0 104 25 7 476 123 76
Binary 11101110 1001101 10111101 0 1000100 10101 111 100111110 1010011 111110

Color Harmonies of #EE4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DBD

Black with #EE4DBD

Text Example


Text Example

White with #EE4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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