Html Css Color HEX #EE45CA Razzle Dazzle Rose

📋 copy color: '#EE45CA'

red 238 ◦ green 69 ◦ blue 202

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

Shades of Razzle Dazzle Rose #EE45CA

Tints of Razzle Dazzle Rose #EE45CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.56%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 46.76%
G = 13.56%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE45CA (or 0xEE45CA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 45 and CA. RGB value is (238,69,202). Sum of RGB (Red+Green+Blue) = 238+69+202=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45CA is #11BA35. Grayscale: #868686. Windows color (decimal): -1161782 or 13256174. OLE color: 13256174.

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

Color convert

RGB 238 69 202 -
CMYK 0 0.71 0.15 0.07
HSL 312.78º 0.83% 0.6% -
HSV(B) 312.78º 0.71% 0.93% -
XYZ 48.05 26.7 58.5 -
YUV 134.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 238 69 202 0 0.71 0.15 0.07 312.78 0.83 0.6
Hex EE 45 CA 0 47 F 7 139 53 3C
Octal 356 105 312 0 107 17 7 471 123 74
Binary 11101110 1000101 11001010 0 1000111 1111 111 100111001 1010011 111100

Color Harmonies of #EE45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE45CA

Black with #EE45CA

Text Example


Text Example

White with #EE45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE45CA; }

 p { color: rgb(238,69,202); }

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

background-color css

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

 a { background-color: rgb(238,69,202); }

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

border-color css

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

 span { border-color: rgb(238,69,202); }

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