Html Css Color HEX #E025CF Razzle Dazzle Rose

📋 copy color: '#E025CF'

red 224 ◦ green 37 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E025CF

Tints of Razzle Dazzle Rose #E025CF

RGB

 RED value IS 224 (87.89% from 255) = 47.86%

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 47.86%
G = 7.91%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E025CF (or 0xE025CF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and CF. RGB value is (224,37,207). Sum of RGB (Red+Green+Blue) = 224+37+207=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E025CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025CF is #1FDA30. Grayscale: #6F6F6F. Windows color (decimal): -2087473 or 13575648. OLE color: 13575648.

HSL color Cylindrical-coordinate representation of color #E025CF: hue angle of 305.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025CF is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 207 -
CMYK 0 0.83 0.08 0.12
HSL 305.45º 0.75% 0.51% -
HSV(B) 305.45º 0.83% 0.88% -
XYZ 42.66 21.68 60.97 -
YUV 112.29 181.45 207.68 -
System Red Green Blue C M Y K H S L
Decimal 224 37 207 0 0.83 0.08 0.12 305.45 0.75 0.51
Hex E0 25 CF 0 53 8 C 131 4B 33
Octal 340 45 317 0 123 10 14 461 113 63
Binary 11100000 100101 11001111 0 1010011 1000 1100 100110001 1001011 110011

Color Harmonies of #E025CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025CF

Black with #E025CF

Text Example


Text Example

White with #E025CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025CF; }

 p { color: rgb(224,37,207); }

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

background-color css

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

 a { background-color: rgb(224,37,207); }

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

border-color css

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

 span { border-color: rgb(224,37,207); }

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