Html Css Color HEX #E425CE Razzle Dazzle Rose

📋 copy color: '#E425CE'

red 228 ◦ green 37 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E425CE

Tints of Razzle Dazzle Rose #E425CE

RGB

 RED value IS 228 (89.45% from 255) = 48.41%

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 48.41%
G = 7.86%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E425CE (or 0xE425CE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 25 and CE. RGB value is (228,37,206). Sum of RGB (Red+Green+Blue) = 228+37+206=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E425CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E425CE is #1BDA31. Grayscale: #707070. Windows color (decimal): -1825330 or 13510116. OLE color: 13510116.

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

Color convert

RGB 228 37 206 -
CMYK 0 0.84 0.10 0.11
HSL 306.91º 0.78% 0.52% -
HSV(B) 306.91º 0.84% 0.89% -
XYZ 43.8 22.27 60.38 -
YUV 113.38 180.28 209.76 -
System Red Green Blue C M Y K H S L
Decimal 228 37 206 0 0.84 0.10 0.11 306.91 0.78 0.52
Hex E4 25 CE 0 54 A B 133 4E 34
Octal 344 45 316 0 124 12 13 463 116 64
Binary 11100100 100101 11001110 0 1010100 1010 1011 100110011 1001110 110100

Color Harmonies of #E425CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425CE

Black with #E425CE

Text Example


Text Example

White with #E425CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425CE; }

 p { color: rgb(228,37,206); }

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

background-color css

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

 a { background-color: rgb(228,37,206); }

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

border-color css

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

 span { border-color: rgb(228,37,206); }

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