Html Css Color HEX #E027BD Razzle Dazzle Rose

📋 copy color: '#E027BD'

red 224 ◦ green 39 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E027BD

Tints of Razzle Dazzle Rose #E027BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 49.56%
G = 8.63%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E027BD (or 0xE027BD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and BD. RGB value is (224,39,189). Sum of RGB (Red+Green+Blue) = 224+39+189=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E027BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027BD is #1FD842. Grayscale: #6F6F6F. Windows color (decimal): -2086979 or 12396512. OLE color: 12396512.

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

Color convert

RGB 224 39 189 -
CMYK 0 0.83 0.16 0.12
HSL 311.35º 0.75% 0.52% -
HSV(B) 311.35º 0.83% 0.88% -
XYZ 40.65 20.97 50.05 -
YUV 111.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 224 39 189 0 0.83 0.16 0.12 311.35 0.75 0.52
Hex E0 27 BD 0 53 10 C 137 4B 34
Octal 340 47 275 0 123 20 14 467 113 64
Binary 11100000 100111 10111101 0 1010011 10000 1100 100110111 1001011 110100

Color Harmonies of #E027BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027BD

Black with #E027BD

Text Example


Text Example

White with #E027BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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