Html Css Color HEX #E334CF Razzle Dazzle Rose

📋 copy color: '#E334CF'

red 227 ◦ green 52 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E334CF

Tints of Razzle Dazzle Rose #E334CF

RGB

 RED value IS 227 (89.06% from 255) = 46.71%

 GREEN value IS 52 (20.7% from 255) = 10.7%

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

R = 46.71%
G = 10.7%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E334CF (or 0xE334CF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and CF. RGB value is (227,52,207). Sum of RGB (Red+Green+Blue) = 227+52+207=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E334CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334CF is #1CCB30. Grayscale: #797979. Windows color (decimal): -1887025 or 13579491. OLE color: 13579491.

HSL color Cylindrical-coordinate representation of color #E334CF: hue angle of 306.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334CF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 52 207 -
CMYK 0 0.77 0.09 0.11
HSL 306.86º 0.76% 0.55% -
HSV(B) 306.86º 0.77% 0.89% -
XYZ 44.17 23.29 61.2 -
YUV 122 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 227 52 207 0 0.77 0.09 0.11 306.86 0.76 0.55
Hex E3 34 CF 0 4D 9 B 133 4C 37
Octal 343 64 317 0 115 11 13 463 114 67
Binary 11100011 110100 11001111 0 1001101 1001 1011 100110011 1001100 110111

Color Harmonies of #E334CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334CF

Black with #E334CF

Text Example


Text Example

White with #E334CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334CF; }

 p { color: rgb(227,52,207); }

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

background-color css

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

 a { background-color: rgb(227,52,207); }

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

border-color css

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

 span { border-color: rgb(227,52,207); }

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