Html Css Color HEX #EE25E7 Razzle Dazzle Rose

📋 copy color: '#EE25E7'

red 238 ◦ green 37 ◦ blue 231

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

Shades of Razzle Dazzle Rose #EE25E7

Tints of Razzle Dazzle Rose #EE25E7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.31%

 BLUE value IS 231 (90.63% from 255) = 45.65%

R = 47.04%
G = 7.31%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE25E7 (or 0xEE25E7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and E7. RGB value is (238,37,231). Sum of RGB (Red+Green+Blue) = 238+37+231=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25E7 is #11DA18. Grayscale: #767676. Windows color (decimal): -1169945 or 15148526. OLE color: 15148526.

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

Color convert

RGB 238 37 231 -
CMYK 0 0.84 0.03 0.07
HSL 302.09º 0.86% 0.54% -
HSV(B) 302.09º 0.84% 0.93% -
XYZ 50.35 25.27 77.83 -
YUV 119.22 191.09 212.73 -
System Red Green Blue C M Y K H S L
Decimal 238 37 231 0 0.84 0.03 0.07 302.09 0.86 0.54
Hex EE 25 E7 0 54 3 7 12E 56 36
Octal 356 45 347 0 124 3 7 456 126 66
Binary 11101110 100101 11100111 0 1010100 11 111 100101110 1010110 110110

Color Harmonies of #EE25E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25E7

Black with #EE25E7

Text Example


Text Example

White with #EE25E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25E7; }

 p { color: rgb(238,37,231); }

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

background-color css

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

 a { background-color: rgb(238,37,231); }

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

border-color css

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

 span { border-color: rgb(238,37,231); }

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