Html Css Color HEX #EF34ED Razzle Dazzle Rose

📋 copy color: '#EF34ED'

red 239 ◦ green 52 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EF34ED

Tints of Razzle Dazzle Rose #EF34ED

RGB

 RED value IS 239 (93.75% from 255) = 45.27%

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 45.27%
G = 9.85%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF34ED (or 0xEF34ED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 34 and ED. RGB value is (239,52,237). Sum of RGB (Red+Green+Blue) = 239+52+237=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF34ED is #10CB12. Grayscale: #808080. Windows color (decimal): -1100563 or 15545583. OLE color: 15545583.

HSL color Cylindrical-coordinate representation of color #EF34ED: hue angle of 300.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF34ED is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 52 237 -
CMYK 0 0.78 0.01 0.06
HSL 300.64º 0.85% 0.57% -
HSV(B) 300.64º 0.78% 0.94% -
XYZ 52.11 26.92 82.57 -
YUV 129 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 239 52 237 0 0.78 0.01 0.06 300.64 0.85 0.57
Hex EF 34 ED 0 4E 1 6 12D 55 39
Octal 357 64 355 0 116 1 6 455 125 71
Binary 11101111 110100 11101101 0 1001110 1 110 100101101 1010101 111001

Color Harmonies of #EF34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34ED

Black with #EF34ED

Text Example


Text Example

White with #EF34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34ED; }

 p { color: rgb(239,52,237); }

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

background-color css

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

 a { background-color: rgb(239,52,237); }

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

border-color css

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

 span { border-color: rgb(239,52,237); }

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