Html Css Color HEX #EE4BC1 Razzle Dazzle Rose

📋 copy color: '#EE4BC1'

red 238 ◦ green 75 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EE4BC1

Tints of Razzle Dazzle Rose #EE4BC1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.82%

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 47.04%
G = 14.82%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE4BC1 (or 0xEE4BC1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4B and C1. RGB value is (238,75,193). Sum of RGB (Red+Green+Blue) = 238+75+193=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BC1 is #11B43E. Grayscale: #888888. Windows color (decimal): -1160255 or 12667886. OLE color: 12667886.

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

Color convert

RGB 238 75 193 -
CMYK 0 0.68 0.19 0.07
HSL 316.56º 0.83% 0.61% -
HSV(B) 316.56º 0.68% 0.93% -
XYZ 47.4 27.06 53.18 -
YUV 137.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 238 75 193 0 0.68 0.19 0.07 316.56 0.83 0.61
Hex EE 4B C1 0 44 13 7 13D 53 3D
Octal 356 113 301 0 104 23 7 475 123 75
Binary 11101110 1001011 11000001 0 1000100 10011 111 100111101 1010011 111101

Color Harmonies of #EE4BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BC1

Black with #EE4BC1

Text Example


Text Example

White with #EE4BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BC1; }

 p { color: rgb(238,75,193); }

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

background-color css

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

 a { background-color: rgb(238,75,193); }

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

border-color css

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

 span { border-color: rgb(238,75,193); }

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