Html Css Color HEX #EE3BDA Razzle Dazzle Rose

📋 copy color: '#EE3BDA'

red 238 ◦ green 59 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE3BDA

Tints of Razzle Dazzle Rose #EE3BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 46.21%
G = 11.46%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE3BDA (or 0xEE3BDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and DA. RGB value is (238,59,218). Sum of RGB (Red+Green+Blue) = 238+59+218=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BDA is #11C425. Grayscale: #828282. Windows color (decimal): -1164326 or 14302190. OLE color: 14302190.

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

Color convert

RGB 238 59 218 -
CMYK 0 0.75 0.08 0.07
HSL 306.7º 0.84% 0.58% -
HSV(B) 306.7º 0.75% 0.93% -
XYZ 49.48 26.37 68.81 -
YUV 130.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 238 59 218 0 0.75 0.08 0.07 306.7 0.84 0.58
Hex EE 3B DA 0 4B 8 7 133 54 3A
Octal 356 73 332 0 113 10 7 463 124 72
Binary 11101110 111011 11011010 0 1001011 1000 111 100110011 1010100 111010

Color Harmonies of #EE3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3BDA

Black with #EE3BDA

Text Example


Text Example

White with #EE3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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