Html Css Color HEX #EE3BD2 Razzle Dazzle Rose

📋 copy color: '#EE3BD2'

red 238 ◦ green 59 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EE3BD2

Tints of Razzle Dazzle Rose #EE3BD2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.64%

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 46.94%
G = 11.64%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE3BD2 (or 0xEE3BD2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and D2. RGB value is (238,59,210). Sum of RGB (Red+Green+Blue) = 238+59+210=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BD2 is #11C42D. Grayscale: #818181. Windows color (decimal): -1164334 or 13777902. OLE color: 13777902.

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

Color convert

RGB 238 59 210 -
CMYK 0 0.75 0.12 0.07
HSL 309.39º 0.84% 0.58% -
HSV(B) 309.39º 0.75% 0.93% -
XYZ 48.46 25.96 63.43 -
YUV 129.74 173.3 205.22 -
System Red Green Blue C M Y K H S L
Decimal 238 59 210 0 0.75 0.12 0.07 309.39 0.84 0.58
Hex EE 3B D2 0 4B C 7 135 54 3A
Octal 356 73 322 0 113 14 7 465 124 72
Binary 11101110 111011 11010010 0 1001011 1100 111 100110101 1010100 111010

Color Harmonies of #EE3BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3BD2

Black with #EE3BD2

Text Example


Text Example

White with #EE3BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3BD2; }

 p { color: rgb(238,59,210); }

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

background-color css

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

 a { background-color: rgb(238,59,210); }

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

border-color css

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

 span { border-color: rgb(238,59,210); }

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