Html Css Color HEX #E027CB Razzle Dazzle Rose

📋 copy color: '#E027CB'

red 224 ◦ green 39 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E027CB

Tints of Razzle Dazzle Rose #E027CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 48.07%
G = 8.37%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E027CB (or 0xE027CB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and CB. RGB value is (224,39,203). Sum of RGB (Red+Green+Blue) = 224+39+203=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E027CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027CB is #1FD834. Grayscale: #707070. Windows color (decimal): -2086965 or 13314016. OLE color: 13314016.

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

Color convert

RGB 224 39 203 -
CMYK 0 0.83 0.09 0.12
HSL 306.81º 0.75% 0.52% -
HSV(B) 306.81º 0.83% 0.88% -
XYZ 42.25 21.61 58.44 -
YUV 113.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 224 39 203 0 0.83 0.09 0.12 306.81 0.75 0.52
Hex E0 27 CB 0 53 9 C 133 4B 34
Octal 340 47 313 0 123 11 14 463 113 64
Binary 11100000 100111 11001011 0 1010011 1001 1100 100110011 1001011 110100

Color Harmonies of #E027CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027CB

Black with #E027CB

Text Example


Text Example

White with #E027CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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