Html Css Color HEX #E027BE Razzle Dazzle Rose

📋 copy color: '#E027BE'

red 224 ◦ green 39 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E027BE

Tints of Razzle Dazzle Rose #E027BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 49.45%
G = 8.61%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E027BE (or 0xE027BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and BE. RGB value is (224,39,190). Sum of RGB (Red+Green+Blue) = 224+39+190=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E027BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027BE is #1FD841. Grayscale: #6F6F6F. Windows color (decimal): -2086978 or 12462048. OLE color: 12462048.

HSL color Cylindrical-coordinate representation of color #E027BE: hue angle of 311.03º 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 #E027BE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 190 -
CMYK 0 0.83 0.15 0.12
HSL 311.03º 0.75% 0.52% -
HSV(B) 311.03º 0.83% 0.88% -
XYZ 40.76 21.02 50.62 -
YUV 111.53 172.29 208.22 -
System Red Green Blue C M Y K H S L
Decimal 224 39 190 0 0.83 0.15 0.12 311.03 0.75 0.52
Hex E0 27 BE 0 53 F C 137 4B 34
Octal 340 47 276 0 123 17 14 467 113 64
Binary 11100000 100111 10111110 0 1010011 1111 1100 100110111 1001011 110100

Color Harmonies of #E027BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027BE

Black with #E027BE

Text Example


Text Example

White with #E027BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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