Html Css Color HEX #EF869A Carissma

📋 copy color: '#EF869A'

red 239 ◦ green 134 ◦ blue 154

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

Shades of Carissma #EF869A

Tints of Carissma #EF869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.43%

 BLUE value IS 154 (60.55% from 255) = 29.22%

R = 45.35%
G = 25.43%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF869A (or 0xEF869A) is known color: Carissma. HEX triplet: EF, 86 and 9A. RGB value is (239,134,154). Sum of RGB (Red+Green+Blue) = 239+134+154=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF869A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF869A is #107965. Grayscale: #A7A7A7. Windows color (decimal): -1079654 or 10127087. OLE color: 10127087.

HSL color Cylindrical-coordinate representation of color #EF869A: hue angle of 348.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF869A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 154 -
CMYK 0 0.44 0.36 0.06
HSL 348.57º 0.77% 0.73% -
HSV(B) 348.57º 0.44% 0.94% -
XYZ 49.95 37.73 35.22 -
YUV 167.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 239 134 154 0 0.44 0.36 0.06 348.57 0.77 0.73
Hex EF 86 9A 0 2C 24 6 15D 4D 49
Octal 357 206 232 0 54 44 6 535 115 111
Binary 11101111 10000110 10011010 0 101100 100100 110 101011101 1001101 1001001

Color Harmonies of #EF869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF869A

Black with #EF869A

Text Example


Text Example

White with #EF869A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF869A; }

 p { color: rgb(239,134,154); }

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

background-color css

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

 a { background-color: rgb(239,134,154); }

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

border-color css

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

 span { border-color: rgb(239,134,154); }

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