Html Css Color HEX #E027CF Razzle Dazzle Rose

📋 copy color: '#E027CF'

red 224 ◦ green 39 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E027CF

Tints of Razzle Dazzle Rose #E027CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.3%

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

R = 47.66%
G = 8.3%
B = 44.04%

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

#E027CF (or 0xE027CF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and CF. RGB value is (224,39,207). Sum of RGB (Red+Green+Blue) = 224+39+207=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E027CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027CF is #1FD830. Grayscale: #707070. Windows color (decimal): -2086961 or 13576160. OLE color: 13576160.

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

Color convert

RGB 224 39 207 -
CMYK 0 0.83 0.08 0.12
HSL 305.51º 0.75% 0.52% -
HSV(B) 305.51º 0.83% 0.88% -
XYZ 42.73 21.8 60.99 -
YUV 113.47 180.79 206.84 -
System Red Green Blue C M Y K H S L
Decimal 224 39 207 0 0.83 0.08 0.12 305.51 0.75 0.52
Hex E0 27 CF 0 53 8 C 132 4B 34
Octal 340 47 317 0 123 10 14 462 113 64
Binary 11100000 100111 11001111 0 1010011 1000 1100 100110010 1001011 110100

Color Harmonies of #E027CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027CF

Black with #E027CF

Text Example


Text Example

White with #E027CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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