Html Css Color HEX #EF2769 Cerise

📋 copy color: '#EF2769'

red 239 ◦ green 39 ◦ blue 105

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

Shades of Cerise #EF2769

Tints of Cerise #EF2769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 62.4%
G = 10.18%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF2769 (or 0xEF2769) is known color: Cerise. HEX triplet: EF, 27 and 69. RGB value is (239,39,105). Sum of RGB (Red+Green+Blue) = 239+39+105=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2769 is #10D896. Grayscale: #6A6A6A. Windows color (decimal): -1104023 or 6891503. OLE color: 6891503.

HSL color Cylindrical-coordinate representation of color #EF2769: hue angle of 340.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2769 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 39 105 -
CMYK 0 0.84 0.56 0.06
HSL 340.2º 0.86% 0.55% -
HSV(B) 340.2º 0.84% 0.94% -
XYZ 38.87 20.82 15.33 -
YUV 106.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 239 39 105 0 0.84 0.56 0.06 340.2 0.86 0.55
Hex EF 27 69 0 54 38 6 154 56 37
Octal 357 47 151 0 124 70 6 524 126 67
Binary 11101111 100111 1101001 0 1010100 111000 110 101010100 1010110 110111

Color Harmonies of #EF2769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2769

Black with #EF2769

Text Example


Text Example

White with #EF2769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2769; }

 p { color: rgb(239,39,105); }

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

background-color css

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

 a { background-color: rgb(239,39,105); }

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

border-color css

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

 span { border-color: rgb(239,39,105); }

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