Html Css Color HEX #ED769A Carissma

📋 copy color: '#ED769A'

red 237 ◦ green 118 ◦ blue 154

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

Shades of Carissma #ED769A

Tints of Carissma #ED769A

RGB

 RED value IS 237 (92.97% from 255) = 46.56%

 GREEN value IS 118 (46.48% from 255) = 23.18%

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

R = 46.56%
G = 23.18%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED769A (or 0xED769A) is known color: Carissma. HEX triplet: ED, 76 and 9A. RGB value is (237,118,154). Sum of RGB (Red+Green+Blue) = 237+118+154=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769A is #128965. Grayscale: #9D9D9D. Windows color (decimal): -1214822 or 10122989. OLE color: 10122989.

HSL color Cylindrical-coordinate representation of color #ED769A: hue angle of 341.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED769A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 154 -
CMYK 0 0.50 0.35 0.07
HSL 341.85º 0.77% 0.7% -
HSV(B) 341.85º 0.5% 0.93% -
XYZ 47.24 33.29 34.51 -
YUV 157.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 237 118 154 0 0.50 0.35 0.07 341.85 0.77 0.7
Hex ED 76 9A 0 32 23 7 156 4D 46
Octal 355 166 232 0 62 43 7 526 115 106
Binary 11101101 1110110 10011010 0 110010 100011 111 101010110 1001101 1000110

Color Harmonies of #ED769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED769A

Black with #ED769A

Text Example


Text Example

White with #ED769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED769A; }

 p { color: rgb(237,118,154); }

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

background-color css

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

 a { background-color: rgb(237,118,154); }

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

border-color css

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

 span { border-color: rgb(237,118,154); }

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