Html Css Color HEX #E230CC Razzle Dazzle Rose

📋 copy color: '#E230CC'

red 226 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E230CC

Tints of Razzle Dazzle Rose #E230CC

RGB

 RED value IS 226 (88.67% from 255) = 47.28%

 GREEN value IS 48 (19.14% from 255) = 10.04%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 47.28%
G = 10.04%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E230CC (or 0xE230CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 30 and CC. RGB value is (226,48,204). Sum of RGB (Red+Green+Blue) = 226+48+204=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E230CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E230CC is #1DCF33. Grayscale: #767676. Windows color (decimal): -1953588 or 13381858. OLE color: 13381858.

HSL color Cylindrical-coordinate representation of color #E230CC: hue angle of 307.42º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E230CC is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 48 204 -
CMYK 0 0.79 0.10 0.11
HSL 307.42º 0.75% 0.54% -
HSV(B) 307.42º 0.79% 0.89% -
XYZ 43.32 22.64 59.21 -
YUV 119.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 226 48 204 0 0.79 0.10 0.11 307.42 0.75 0.54
Hex E2 30 CC 0 4F A B 133 4B 36
Octal 342 60 314 0 117 12 13 463 113 66
Binary 11100010 110000 11001100 0 1001111 1010 1011 100110011 1001011 110110

Color Harmonies of #E230CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E230CC

Black with #E230CC

Text Example


Text Example

White with #E230CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E230CC; }

 p { color: rgb(226,48,204); }

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

background-color css

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

 a { background-color: rgb(226,48,204); }

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

border-color css

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

 span { border-color: rgb(226,48,204); }

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