Html Css Color HEX #EE1BE1 Razzle Dazzle Rose

📋 copy color: '#EE1BE1'

red 238 ◦ green 27 ◦ blue 225

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

Shades of Razzle Dazzle Rose #EE1BE1

Tints of Razzle Dazzle Rose #EE1BE1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.51%

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 48.57%
G = 5.51%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EE1BE1 (or 0xEE1BE1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1B and E1. RGB value is (238,27,225). Sum of RGB (Red+Green+Blue) = 238+27+225=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BE1 is #11E41E. Grayscale: #707070. Windows color (decimal): -1172511 or 14752750. OLE color: 14752750.

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

Color convert

RGB 238 27 225 -
CMYK 0 0.89 0.05 0.07
HSL 303.7º 0.86% 0.52% -
HSV(B) 303.7º 0.89% 0.93% -
XYZ 49.24 24.4 73.35 -
YUV 112.66 191.4 217.4 -
System Red Green Blue C M Y K H S L
Decimal 238 27 225 0 0.89 0.05 0.07 303.7 0.86 0.52
Hex EE 1B E1 0 59 5 7 130 56 34
Octal 356 33 341 0 131 5 7 460 126 64
Binary 11101110 11011 11100001 0 1011001 101 111 100110000 1010110 110100

Color Harmonies of #EE1BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BE1

Black with #EE1BE1

Text Example


Text Example

White with #EE1BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BE1; }

 p { color: rgb(238,27,225); }

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

background-color css

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

 a { background-color: rgb(238,27,225); }

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

border-color css

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

 span { border-color: rgb(238,27,225); }

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