Html Css Color HEX #EE43D5 Razzle Dazzle Rose

📋 copy color: '#EE43D5'

red 238 ◦ green 67 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EE43D5

Tints of Razzle Dazzle Rose #EE43D5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.93%

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 45.95%
G = 12.93%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE43D5 (or 0xEE43D5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 43 and D5. RGB value is (238,67,213). Sum of RGB (Red+Green+Blue) = 238+67+213=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 67 (26.56% from 255 or 12.93% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE43D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE43D5 is #11BC2A. Grayscale: #868686. Windows color (decimal): -1162283 or 13976558. OLE color: 13976558.

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

Color convert

RGB 238 67 213 -
CMYK 0 0.72 0.11 0.07
HSL 308.77º 0.83% 0.6% -
HSV(B) 308.77º 0.72% 0.93% -
XYZ 49.28 27 65.56 -
YUV 134.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 238 67 213 0 0.72 0.11 0.07 308.77 0.83 0.6
Hex EE 43 D5 0 48 B 7 135 53 3C
Octal 356 103 325 0 110 13 7 465 123 74
Binary 11101110 1000011 11010101 0 1001000 1011 111 100110101 1010011 111100

Color Harmonies of #EE43D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE43D5

Black with #EE43D5

Text Example


Text Example

White with #EE43D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE43D5; }

 p { color: rgb(238,67,213); }

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

background-color css

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

 a { background-color: rgb(238,67,213); }

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

border-color css

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

 span { border-color: rgb(238,67,213); }

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